Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
eher
/
oauth
/
src
/
Eher
/
OAuth
/
/home/ariannadhf/www/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php
<?php namespace Eher\OAuth; class Consumer { public $key; public $secret; function __construct($key, $secret, $callback_url=NULL) { $this->key = $key; $this->secret = $secret; $this->callback_url = $callback_url; } function __toString() { return "Consumer[key=$this->key,secret=$this->secret]"; } }